Namespaces
The following namespaces are available for use, and included as part of the libraries that are provided with Microsoft's implementation of the .NET Framework.
C#: |
|
VB: |
|
Namespaces defined
Reference: http://en.wikipedia.org/wiki/Base_Class_Library
License: The work is released under CC-BY-SA: http://creativecommons.org/licenses/by-sa/3.0/
System
This namespace include the core needs for programming. It includes base types like String, DateTime, Boolean, and so forth, support for environments such as the console, math functions, and base classes for attributes, exceptions, and arrays.
System.Collections
Defines many common containers or collections used in programming, such as lists, queues, stacks, hashtables, and dictionaries. It includes support for generics.
Microsoft.VisualBasic
Namespace contains types that support the Visual Basic Runtime in Visual Basic.
Related topics: